@import url("../Divi/style.css");
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700|Lato:400,600,900');
/*
Theme Name: Make Your Life Epic - Z
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0 - Dr Z
*/

/*** CHILD THEME STYLE RULES - BELOW HERE***/

/** DO NOT ADD NEW RULES ABOVE THIS LINE **/

/**/
/**/
/************* DEFAULT STYLES *************/
/**/
/**/


/***** NEW CAMPS PAGE *****/

.max100{
	max-width: 100%;
	width: 100%;
	min-height: 80px;
}

.max1800 {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  padding: 10%;
}

#headerWrap{
/* 	outline: 1px red solid; */
	width: 100%;
/* 	min-height: 650px; */
	background-image: url(/wp-content/themes/myle/images/ScoreBasketball-Testimonials-HeaderBG.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
	#headerWrap .max1800{
		min-height: 400px;
	}
	
	#headerWrap .max1800 {
	  min-height: 400px;
	  display: grid;
	  place-content: center;
	}
	

.faces{
	background-image: url(/wp-content/themes/myle/images/ScoreBasketball-Testimonials-FaceStrip.jpg);
	background-size: cover;
	background-repeat: repeat-x;
	min-height: 250px;
}

#headerWrap p {
  color: red;
  text-align: center;
  font-style: italic;
  font-family: "Georgia", serif;
}


#headerWrap h3 {
  text-align: center;
  font-size: 28px;
  color: #fff;
  line-height: 1.38;
  padding-top: 1%;
  font-family: "Georgia", serif;
  max-width: 1055px;
  margin: 0 auto;
}